home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1992 June: ROMin Holiday / ADC Developer CD (1992-06) (''ROMin Holiday'')_iso / Developer Connection - 06-1992.iso / Developer Essentials / DTS Sample Code / System 7.0 Samples / AEObject-Edition1.0.2 Sample / Sampdefines.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-03-09  |  854 b   |  33 lines  |  [TEXT/MPS ]

  1. /*------------------------------------------------------------------------------
  2.  *
  3.  *  Apple Developer Technical Support
  4.  *
  5.  *  Edition publishing routines
  6.  *
  7.  *  Program:    AEObject-Edition Sample
  8.  *  File:       SampDefines.h - C Source
  9.  *
  10.  *  by:         C.K. Haun <TR>
  11.  *
  12.  *  Copyright © 1990-1992 Apple Computer, Inc.
  13.  *  All rights reserved.
  14.  *
  15.  *------------------------------------------------------------------------------
  16.  * This file loads the defines, macros, and prototypes I use in this sample
  17.  *----------------------------------------------------------------------------*/
  18.  
  19. #ifndef __DEFINES__
  20. #define __DEFINES__
  21.  
  22. #ifdef __REDUMP__
  23. #include "NewDialog.h"
  24. #include "SampConstants.h"
  25. #include "Structs.h"
  26. #include "prototypes.h"
  27. #include "Macros.h"
  28.  
  29. #else
  30. #pragma load "Sampheaders"      /* see the Buildheaders.c file */
  31. #endif 
  32.  
  33. #endif